home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000228_news@columbia.edu _Thu Feb 13 11:43:45 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA06974
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 13 Feb 1997 11:43:43 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA03122
  7.     for kermit.misc@watsun; Thu, 13 Feb 1997 11:43:42 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Kermit Dialinscript ??
  12. Date: 13 Feb 1997 16:43:40 GMT
  13. Organization: Columbia University
  14. Lines: 23
  15. Message-ID: <5dvgbs$9ka$1@apakabar.cc.columbia.edu>
  16. References: <17B0E40A8S85.UZS106@ibm.rhrz.uni-bonn.de> <17B0F2F3DS85.UZS106@ibm.rhrz.uni-bonn.de> <5di8fc$cqf$1@apakabar.cc.columbia.edu> <17B1423E1S85.UZS106@ibm.rhrz.uni-bonn.de>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6569
  19.  
  20. In article <17B1423E1S85.UZS106@ibm.rhrz.uni-bonn.de>,
  21.  <UZS106@ibm.rhrz.uni-bonn.de> wrote:
  22. : In article <5di8fc$cqf$1@apakabar.cc.columbia.edu>
  23. : fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  24.  
  25. : > . MS-DOS Kermit: Yes
  26. :  
  27. : Yes, thanks! But how can I make Kermit to read input from the terminal-
  28. : server?
  29. :
  30. SET PORT to the correct port.  Set the other parameters correctly (speed,
  31. flow control, etc), then use INPUT and OUTPUT.
  32.  
  33. : Or write output into the terminalservers prompt? Well, maybe I
  34. : should reread the FM, but it doesnt work in connect mode for me.
  35. :
  36. Then you've got a basic connectivity problem.  Make sure you are using the
  37. right port and the right speed with the right settings.  All this is
  38. explained in the manual too.
  39.  
  40. - Frank
  41.  
  42.